PDF Plugin for Xojo

Page.ShowTextNextLine Method (console safe)

Moves the current text position to the start of the next line, then draws the text at the current position on the page.

ShowTextNextLine(
   text as String)

Parameters

text
The text to draw.

Remarks

If TextLeading is zero then this function will attempt to automatically set TextLeading to same value as SuggestedTextLeading would return and then after finishing it would set it back to zero.

See Also

Page Class